home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTFormTopMost.pas' rev: 3.00
-
- #ifndef AHMTFormTopMostHPP
- #define AHMTFormTopMostHPP
- #include <ShellAPI.hpp>
- #include <AHMSystem.hpp>
- #include <Forms.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtformtopmost
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMTopMost;
- class PASCALIMPLEMENTATION TAHMTopMost : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- bool FActive;
- void __fastcall SetActive(bool Value);
-
- public:
- __fastcall virtual TAHMTopMost(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMTopMost(void);
- virtual void __fastcall Loaded(void);
-
- __published:
- __property About ;
- __property bool Active = {read=FActive, write=SetActive, stored=true, nodefault};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtformtopmost */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtformtopmost;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTFormTopMost
-